Platform Explorer / Nuxeo Platform LTS 2015 7.10

Operation WebUI.SetJSFOutcome (Set JSF Outcome)

Description

Set the 'Outcome' context variable that represent a JSF outcome string. This outcome can be used by the next operations that need an outcome. It preserves the current input (e.g returns back the same input).
Operation id WebUI.SetJSFOutcome
AliasesSeam.SetOutcome
Category User Interface
Label Set JSF Outcome
Requires Seam
Since

Parameters

Name Description Type Required Default value
outcome string yes  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.SetOutcome
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "WebUI.SetJSFOutcome",
  "aliases" : [ "Seam.SetOutcome" ],
  "label" : "Set JSF Outcome",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Set the 'Outcome' context variable that represent a JSF outcome string. This outcome can be used by the next operations that need an outcome. It preserves the current input (e.g returns back the same input).",
  "url" : "WebUI.SetJSFOutcome",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "outcome",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}